MyDAC

TCustomMyConnectionOptions Members

TCustomMyConnectionOptions class overview.

Properties

Name Description

AllowImplicitConnect (inherited from TDAConnectionOptions)

Specifies whether to allow or not implicit connection opening.

Charset

Used to set a character set used by the client.

DefaultSortType (inherited from TDAConnectionOptions)

Specifies the default type of local sorting for string fields. It is used when a sort type is not explicitly set after the field name in the TMemDataSet.IndexFieldNames property of a dataset.

DisconnectedMode (inherited from TDAConnectionOptions)

Opens a connection only when needed to perform a server call, and closes that connection after the operation is complete.

KeepDesignConnected (inherited from TDAConnectionOptions)

Prevents an application from establishing a connection at the time of startup.

LocalFailover (inherited from TDAConnectionOptions)

If True, the TCustomDAConnection.OnConnectionLost event occurs, and a failover operation can be performed after the connection is lost.

NullForZeroDelphiDate

Used to hide the '30-12-1899' dates.

NumericType

Used to specify the format of storing and representation of the NUMERIC (DECIMAL) fields for all TCustomMyDataSets, associated with the given connection.

OptimizedBigInt

Used to convert all fields with field length less than 11 of TLargeIntField type into TIntegerField.

UseUnicode

Used to inform server that all data between client and server sides will be passed in Utf8 coding.
© 1997-2025 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback